C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / DisconnectAsync Method
The cancellation token.

In This Topic
DisconnectAsync Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Invokes the finalization of the collection.
Syntax
'Declaration
 
Public Function DisconnectAsync( _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

cancellationToken
The cancellation token.
See Also